[INFO] cloning repository https://github.com/KirDontsov/albion-online-monitoring-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KirDontsov/albion-online-monitoring-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKirDontsov%2Falbion-online-monitoring-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKirDontsov%2Falbion-online-monitoring-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea98355a1faf92433de042d260d7707cdccf84e6
[INFO] checking KirDontsov/albion-online-monitoring-api against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKirDontsov%2Falbion-online-monitoring-api" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/KirDontsov/albion-online-monitoring-api
[INFO] finished tweaking git repo https://github.com/KirDontsov/albion-online-monitoring-api
[INFO] tweaked toml for git repo https://github.com/KirDontsov/albion-online-monitoring-api written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KirDontsov/albion-online-monitoring-api on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KirDontsov/albion-online-monitoring-api already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24
[INFO] running `Command { std: "docker" "start" "4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling heapless v0.7.16
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking i_float v1.15.0
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking geographiclib-rs v0.2.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]    Compiling rust_decimal v1.42.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking i_shape v1.14.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking local-waker v0.1.3
[INFO] [stderr]     Checking i_key_sort v0.6.0
[INFO] [stderr]     Checking i_tree v0.16.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking robust v1.2.0
[INFO] [stderr]    Compiling zstd-safe v6.0.5+zstd.1.5.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking sif-itree v0.4.1
[INFO] [stderr]    Compiling web_atoms v0.1.3
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]     Checking i_overlay v4.0.7
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking parking v2.1.0
[INFO] [stderr]    Compiling openssl v0.10.55
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling zstd-sys v2.0.8+zstd.1.5.5
[INFO] [stderr]    Compiling openssl-sys v0.9.90
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking brotli-decompressor v2.3.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking encoding_rs v0.8.32
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]     Checking base64 v0.21.2
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking robust v0.2.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]     Checking brotli v3.3.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling bytestring v1.3.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]     Checking seize v0.5.1
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking serde v0.8.23
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling fastnum v0.7.4
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking papaya v0.2.4
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.6/src/lib.rs:33:42
[INFO] [stdout]    |
[INFO] [stdout] 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=48ec7e3aac784872 -C extra-filename=-01dd506543e0cd33 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ad1641e956ed79c9.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-c1d39fcf69cec322.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-6984f38657b6eff3.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="ffi-api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "external-literal-probability", "ffi-api", "packed_simd_2", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=3ae32c39d7f83224 -C extra-filename=-69ee0490605744ed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-7b1bd6f28b6396be.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-c67ef39ef9e0d8f1.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-45aa96407c8e3d75.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24", kill_on_drop: false }`
[INFO] [stdout] 4eadc7845924004d45d38b42fe3c29f27a772400efe52ea76569cbf4c6873a24
